home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Development / 24U Appearance OSAX(trial).dmg / Appearance OSAX Extras / Automator Actions / Indicate Progress.action / Contents / Info.plist
Extensible Markup Language  |  2006-03-10  |  3KB  |  116 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AMAccepts</key>
  6.     <dict>
  7.         <key>Container</key>
  8.         <string>List</string>
  9.         <key>Optional</key>
  10.         <true/>
  11.         <key>Types</key>
  12.         <array>
  13.             <string>com.apple.applescript.object</string>
  14.         </array>
  15.     </dict>
  16.     <key>AMApplication</key>
  17.     <string>24U Appearance OSAX</string>
  18.     <key>AMCanShowSelectedItemsWhenRun</key>
  19.     <false/>
  20.     <key>AMCanShowWhenRun</key>
  21.     <false/>
  22.     <key>AMCategory</key>
  23.     <string>Utility</string>
  24.     <key>AMDefaultParameters</key>
  25.     <dict>
  26.         <key>bottom message</key>
  27.         <string></string>
  28.         <key>bottom_check</key>
  29.         <true/>
  30.         <key>current value</key>
  31.         <string>50</string>
  32.         <key>current_check</key>
  33.         <true/>
  34.         <key>height</key>
  35.         <string></string>
  36.         <key>top message</key>
  37.         <string></string>
  38.         <key>top_check</key>
  39.         <true/>
  40.         <key>width</key>
  41.         <string></string>
  42.         <key>xposition</key>
  43.         <string></string>
  44.         <key>yposition</key>
  45.         <string></string>
  46.     </dict>
  47.     <key>AMDescription</key>
  48.     <dict>
  49.         <key>AMDNote</key>
  50.         <string>Localized</string>
  51.         <key>AMDRelatedActions</key>
  52.         <string>com.24uSoftware.AutomatorActions.HideProgressIndicator</string>
  53.         <key>AMDRequires</key>
  54.         <string>Localized</string>
  55.         <key>AMDResult</key>
  56.         <string>Localized</string>
  57.         <key>AMDSummary</key>
  58.         <string>Localized</string>
  59.     </dict>
  60.     <key>AMIconName</key>
  61.     <string></string>
  62.     <key>AMKeywords</key>
  63.     <array>
  64.         <string>Create</string>
  65.         <string>Dialog</string>
  66.         <string>Update</string>
  67.     </array>
  68.     <key>AMName</key>
  69.     <string>Indicate Progress</string>
  70.     <key>AMProvides</key>
  71.     <dict>
  72.         <key>Container</key>
  73.         <string>List</string>
  74.         <key>Types</key>
  75.         <array>
  76.             <string>com.apple.applescript.object</string>
  77.         </array>
  78.     </dict>
  79.     <key>AMRequiredResources</key>
  80.     <array/>
  81.     <key>AMWarning</key>
  82.     <dict>
  83.         <key>Action</key>
  84.         <string>(* Action name to be suggested to add prior to this action to make the task safer, e.g. com.apple.Automator.CopyFiles, goes here. *)</string>
  85.         <key>ApplyButton</key>
  86.         <string>(* Button label for user to add proposed Action, e.g. Add. *)</string>
  87.         <key>IgnoreButton</key>
  88.         <string>(* Button label for user not to add proposed Action, e.g. Don't Add. *)</string>
  89.         <key>Level</key>
  90.         <integer>0</integer>
  91.         <key>Message</key>
  92.         <string>(* Warning message presented to user goes here. *)</string>
  93.     </dict>
  94.     <key>CFBundleDevelopmentRegion</key>
  95.     <string>English</string>
  96.     <key>CFBundleGetInfoString</key>
  97.     <string>1.0, Copyright ¬©2006 by 24U Software</string>
  98.     <key>CFBundleIdentifier</key>
  99.     <string>com.24USoftware.AutomatorActions.IndicateProgress</string>
  100.     <key>CFBundleInfoDictionaryVersion</key>
  101.     <string>6.0</string>
  102.     <key>CFBundleName</key>
  103.     <string>Indicate Progress</string>
  104.     <key>CFBundlePackageType</key>
  105.     <string>BNDL</string>
  106.     <key>CFBundleShortVersionString</key>
  107.     <string>1.0</string>
  108.     <key>CFBundleSignature</key>
  109.     <string>????</string>
  110.     <key>CFBundleVersion</key>
  111.     <string>1.0</string>
  112.     <key>NSPrincipalClass</key>
  113.     <string>AMAppleScriptAction</string>
  114. </dict>
  115. </plist>
  116.